/* Prototype JavaScript framework, version 1.6.0.2
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.6.0.2',
Browser: {
IE: !!(window.attachEvent && !window.opera),
Opera: !!window.opera,
WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1,
Gecko: navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') == -1,
MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/)
},
BrowserFeatures: {
XPath: !!document.evaluate,
ElementExtensions: !!window.HTMLElement,
SpecificElementExtensions:
document.createElement('div').__proto__ &&
document.createElement('div').__proto__ !==
document.createElement('form').__proto__
},
ScriptFragment: '");}else{if(_4>=3){document.write("
");}}}}if(_2=="Microsoft Internet Explorer"){document.write("");}break;case "468x60":if(_2=="Netscape"){if(_4>=5){document.write("");}else{if((_4>=4)&&(ua.indexOf("mac")==-1)){document.write("");}else{if(_4>=3){document.write("
");}}}}if(_2=="Microsoft Internet Explorer"){document.write("");}break;}}function ChangeImage(imgDiv) {
imgSrc = $(imgDiv).childElements()[0].readAttribute("src");
$('facpicexpand').update("
");
$("fac-expand-container").show();
//$(tabname + "_content").show();
//$(current_tab + "_content").hide();
}
function CloseImage() {
$("fac-expand-container").hide();
}